projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ae08e6
)
Disable focus-chain test that depends on the environment
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 9 Apr 2020 03:22:13 +0000
(23:22 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 9 Apr 2020 21:50:29 +0000
(17:50 -0400)
The color editor shows a color picker button only if it
finds a suitable implementation, which it does not in ci.
So disable the focus-chain test for page 3.
testsuite/gtk/meson.build
patch
|
blob
|
history
diff --git
a/testsuite/gtk/meson.build
b/testsuite/gtk/meson.build
index 6855937b85ccab57cd636c8b244c5ae604e7d6de..b7440b5529ee6e17ae847c9fcbbf9e68df127dc0 100644
(file)
--- a/
testsuite/gtk/meson.build
+++ b/
testsuite/gtk/meson.build
@@
-172,8
+172,10
@@
focus_chain_tests = [
[ 'widget-factory', 'right' ],
[ 'widget-factory2', 'tab' ],
[ 'widget-factory2', 'tab-backward' ],
- [ 'widget-factory3', 'tab' ],
- [ 'widget-factory3', 'tab-backward' ],
+ # in ci, we don't show a color picker, so the focus chain
+ # for page3 is missing an expected button in the color editor
+ #[ 'widget-factory3', 'tab' ],
+ #[ 'widget-factory3', 'tab-backward' ],
]
focus_chain = executable(